home *** CD-ROM | disk | FTP | other *** search
- ColumnMatrix = {
- ACTIONS = {"makeVisibleCellList:" = "makeVisibleCellList:"; };
- OUTLETS = {
- myCellList = myCellList;
- mySet = mySet;
- myVisibleCellList = myVisibleCellList;
- selectionButton = selectionButton;
- };
- SUPERCLASS = Matrix;
- };
- ArticleViewControl = {
- ACTIONS = {
- "hideHeader:" = "hideHeader:";
- "printText:" = "printText:";
- "saveAs:" = "saveAs:";
- "selectiveHeader:" = "selectiveHeader:";
- "showHeader:" = "showHeader:";
- "textWillConvert:" = "textWillConvert:";
- };
- OUTLETS = {
- clockView = clockView;
- fromTextField = fromTextField;
- imageView = imageView;
- nntpServer = nntpServer;
- theText = theText;
- };
- SUPERCLASS = Object;
- };
- NewsgroupCell = {SUPERCLASS = NXBrowserCell; };
- NNTP = {
- ACTIONS = {};
- OUTLETS = {
- currentGroup = currentGroup;
- killFile = killFile;
- mainWindowController = mainWindowController;
- };
- SUPERCLASS = Object;
- };
- MiscInfoController = {
- ACTIONS = {
- "hideOrShowMenus:" = "hideOrShowMenus:";
- "info:" = "info:";
- "license:" = "license:";
- "orderForm:" = "orderForm:";
- "registration:" = "registration:";
- "releaseNotes:" = "releaseNotes:";
- "suggestion:" = "suggestion:";
- };
- OUTLETS = {
- info = info;
- orderForm = orderForm;
- registration = registration;
- strings = strings;
- };
- SUPERCLASS = Object;
- };
- ArticleSet = {
- ACTIONS = {
- "cancelArticle:" = "cancelArticle:";
- "followupToSelection:" = "followupToSelection:";
- "forwardArticle:" = "forwardArticle:";
- "markRead:" = "markRead:";
- "markUnread:" = "markUnread:";
- "postToSelectedNG:" = "postToSelectedNG:";
- "removeFromComposerList:" = "removeFromComposerList:";
- "replyByMail:" = "replyByMail:";
- "selectArticle:" = "selectArticle:";
- "showAll:" = "showAll:";
- "showReplies:" = "showReplies:";
- "showUnread:" = "showUnread:";
- "sortArticlesByDate:" = "sortArticlesByDate:";
- "sortArticlesByName:" = "sortArticlesByName:";
- "sortArticlesByNumber:" = "sortArticlesByNumber:";
- "sortArticlesBySubject:" = "sortArticlesBySubject:";
- };
- OUTLETS = {
- composerList = composerList;
- mailer = mailer;
- theComposer = theComposer;
- theNewsgroupSet = theNewsgroupSet;
- };
- SUPERCLASS = MatrixSet;
- };
- MatrixSet = {
- ACTIONS = {};
- OUTLETS = {
- currentSelection = currentSelection;
- myMatrix = myMatrix;
- nntpServer = nntpServer;
- theArticleViewControl = theArticleViewControl;
- unselTarget = unselTarget;
- };
- SUPERCLASS = Object;
- };
- FaceView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = View; };
- KillFile = {
- ACTIONS = {
- "kill:" = "kill:";
- "killAuthor:" = "killAuthor:";
- "killThread:" = "killThread:";
- };
- OUTLETS = {
- authorTable = authorTable;
- newsgroupTable = newsgroupTable;
- nntpServer = nntpServer;
- theArticleSet = theArticleSet;
- theNGSet = theNGSet;
- };
- SUPERCLASS = Object;
- };
- NewsGroupSetBrowser = {
- ACTIONS = {"makeVisibleCellList:" = "makeVisibleCellList:"; };
- OUTLETS = {
- listList = listList;
- myCellList = myCellList;
- mySet = mySet;
- myVisibleCellList = myVisibleCellList;
- selectionButton = selectionButton;
- };
- SUPERCLASS = NXBrowser;
- };
- TextKeyDown = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Text; };
- FirstResponder = {ACTIONS = {"printText:" = "printText:"; }; SUPERCLASS = Object; };
- ArticleSetMatrix = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = ColumnMatrix; };
- NewsgroupSetMatrix = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = ColumnMatrix; };
- Article = {SUPERCLASS = Object; };
- HideableClockView = {SUPERCLASS = MiscClockView; };
- NewsgroupSet = {
- ACTIONS = {
- "displayAllGroups:" = "displayAllGroups:";
- "displayGroupsWithUnreadNews:" = "displayGroupsWithUnreadNews:";
- "displaySubscribedGroups:" = "displaySubscribedGroups:";
- "down:" = "down:";
- "downOnePage:" = "downOnePage:";
- "dumpNewsrc:" = "dumpNewsrc:";
- "markAllClever:" = "markAllClever:";
- "markAllRead:" = "markAllRead:";
- "markAllUntilSelRead:" = "markAllUntilSelRead:";
- "newGroups:" = "newGroups:";
- "newNews:" = "newNews:";
- "selectNewsgroup:" = "selectNewsgroup:";
- "sortNewsgroupList:" = "sortNewsgroupList:";
- "subscribe:" = "subscribe:";
- "switchToBrowserView:" = "switchToBrowserView:";
- "switchToListView:" = "switchToListView:";
- "unsubscribe:" = "unsubscribe:";
- "up:" = "up:";
- "upOnePage:" = "upOnePage:";
- };
- OUTLETS = {otherView = otherView; theArticleSet = theArticleSet; };
- SUPERCLASS = MatrixSet;
- };
- NewsServer = {SUPERCLASS = Object; };
- Newsgroup = {ACTIONS = {"catchUp:" = "catchUp:"; }; OUTLETS = {}; SUPERCLASS = Object; };
- ArticleInfoController = {
- ACTIONS = {};
- OUTLETS = {clockView = clockView; fileWell = fileWell; imageView = imageView; };
- SUPERCLASS = Object;
- };
- MainWindowControl = {
- ACTIONS = {
- "printText:" = "printText:";
- "sideSplitViewDidResizeSubviews:" = "sideSplitViewDidResizeSubviews:";
- "splitViewDidResizeSubviews:" = "splitViewDidResizeSubviews:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- articleView = articleView;
- killFile = killFile;
- mainWindow = mainWindow;
- myOwner = myOwner;
- nntpServer = nntpServer;
- offscreenWindow = offscreenWindow;
- otherNGView = otherNGView;
- postButton = postButton;
- sideSplitView = sideSplitView;
- splitView = splitView;
- theArSetMatrix = theArSetMatrix;
- theArticleSet = theArticleSet;
- theArticleViewControl = theArticleViewControl;
- theNGSet = theNGSet;
- theNGSetMatrix = theNGSetMatrix;
- upperPartLeft = upperPartLeft;
- upperPartRight = upperPartRight;
- };
- SUPERCLASS = Object;
- };
- Starter = {
- ACTIONS = {"windowWillClose:" = "windowWillClose:"; };
- OUTLETS = {
- articleView = articleView;
- mainWindow = mainWindow;
- nntpServer = nntpServer;
- postButton = postButton;
- sideSplitView = sideSplitView;
- splitView = splitView;
- theArSetMatrix = theArSetMatrix;
- theArticleSet = theArticleSet;
- theNGSet = theNGSet;
- theNGSetMatrix = theNGSetMatrix;
- upperPart = upperPart;
- upperPartLeft = upperPartLeft;
- upperPartRight = upperPartRight;
- };
- SUPERCLASS = Object;
- };
- Interval = {SUPERCLASS = Object; };
- SideSplitView = {
- ACTIONS = {};
- OUTLETS = {
- delegate = delegate;
- dimple = dimple;
- leftView = leftView;
- rightView = rightView;
- };
- SUPERCLASS = View;
- };
- NntpPanelControl = {
- ACTIONS = {
- "addNewServer:" = "addNewServer:";
- "closeServer:" = "closeServer:";
- "openOnStartup:" = "openOnStartup:";
- "openServer:" = "openServer:";
- "removeServer:" = "removeServer:";
- "serverSelected:" = "serverSelected:";
- "slowLink:" = "slowLink:";
- };
- OUTLETS = {
- closeButton = closeButton;
- newServerName = newServerName;
- newServerOOS = newServerOOS;
- newServerSL = newServerSL;
- oldServerOOS = oldServerOOS;
- oldServerSL = oldServerSL;
- openButton = openButton;
- removeButton = removeButton;
- serverNameMatrix = serverNameMatrix;
- starter = starter;
- };
- SUPERCLASS = Object;
- };
- NewsgroupBrowserCell = {
- ACTIONS = {};
- OUTLETS = {newsgroupCell = newsgroupCell; };
- SUPERCLASS = NXBrowserCell;
- };
- ArticleCell = {
- ACTIONS = {};
- OUTLETS = {ArticleSet = ArticleSet; };
- SUPERCLASS = NXBrowserCell;
- };
-